[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            fsgn - sign of a real

  Syntax              #include <mathhk.h>
                      (int) fsgn(x)

  Prototype in        mathhk.h

  Remarks             fsgn will determine the sign of x. Zero is
                      considered positive.

                      This function is a macro.

                      The macro fsign() is defined as fsgn().

  Return value        returns -1 if x is negative, otherwise 1.

  See also            isgn(), lsgn()


See Also: isgn() lsgn()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson